GET
/
allocations
curl --request GET \
  --url https://your_a2_service/allocations \
  --header 'Authorization: Bearer <token>'
[
  {
    "cid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "crid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "ext": {},
    "last_comment": "",
    "no": 123,
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "status": "<string>",
    "tagid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

tagid
string | null

The id of placement where campaign is allocated

cid
string | null

The id of campaign which allocation is used

crid
string | null
deprecated
owner_id
string | null

The id of allocation's owner which mean who create the allocation

Response

200
application/json

Successful Response

The response is of type object[].